home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / flgzero.exe / FLGZERO.DOC < prev    next >
Text File  |  1991-09-16  |  3KB  |  62 lines

  1. flgzero is a simple function which illustrates the way MASM 5.1 can interface
  2. with your c programs.  The .asm file flgzero contains the source code and the
  3. tstflg.c contains a test pilot to "check out" the code.
  4.  
  5. One of the purposes of writing it was to illustrate the 5.1 update functions
  6. such as .MODEL, PROC and the use of text macros (The .MODEL statement).  I
  7. think that if you are a competent c coder, you can write assembly language
  8. just as easily. 
  9.  
  10. If you study this program along with a detailed listing (Obtained with the
  11. /LA flag) you can see exactly how the assembler can be used to easily write
  12. more complex functions without too much regard to the interfacing details.
  13.  
  14.  
  15.  
  16.          ----------------end-of-author's-documentation---------------
  17.  
  18.                          Software Library Information:
  19.  
  20.                     This disk copy provided as a service of
  21.  
  22.                            Public (software) Library
  23.  
  24.          We are not the authors of this program, nor are we associated
  25.          with the author in any way other than as a distributor of the
  26.          program in accordance with the author's terms of distribution.
  27.  
  28.          Please direct shareware payments and specific questions about
  29.          this program to the author of the program, whose name appears
  30.          elsewhere in  this documentation. If you have trouble getting
  31.          in touch with the author,  we will do whatever we can to help
  32.          you with your questions. All programs have been tested and do
  33.          run.  To report problems,  please use the form that is in the
  34.          file PROBLEM.DOC on many of our disks or in other written for-
  35.          mat with screen printouts, if possible.  PsL cannot debug pro-
  36.          programs over the telephone, though we can answer questions.
  37.  
  38.          Disks in the PsL are updated  monthly,  so if you did not get
  39.          this disk directly from the PsL, you should be aware that the
  40.          files in this set may no longer be the current versions. Also,
  41.          if you got this disk from another vendor and are having prob-
  42.          lems,  be aware that  some files may have become corrupted or
  43.          lost by that vendor. Get a current, working disk from PsL.
  44.  
  45.          For a copy of the latest monthly software library newsletter
  46.          and a list of the 3,000+ disks in the library, call or write
  47.  
  48.                            Public (software) Library
  49.                                P.O.Box 35705 - F
  50.                             Houston, TX 77235-5705
  51.  
  52.                                 1-800-2424-PSL
  53.                              MC/Visa/AmEx/Discover
  54.  
  55.                           Outside of U.S. or in Texas
  56.                           or for general information,
  57.                               Call 1-713-524-6394
  58.  
  59.                           PsL also has an outstanding
  60.                           catalog for the Macintosh.
  61.  
  62.